CommonEvent 103
Name = "スキル：ステータスを盗む"

  999([103])
  ControlVariables([11, 11, 0, 2, 1, 20])
  ConditionalBranch([1, 11, 0, 1, 0])
    ControlVariables([12, 12, 0, 2, 1, 8])
    ConditionalBranch([1, 12, 0, 1, 0])
      ChangeParameters([1, 100, 0, 0, 0, 2])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Stole 2 points of Max HP!"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 12, 0, 2, 0])
      ChangeParameters([1, 100, 1, 0, 0, 2])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Stole 2 points of Max MP!"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 12, 0, 3, 0])
      ChangeParameters([1, 100, 2, 0, 0, 1])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Stole 1 point of Strength!"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 12, 0, 4, 0])
      ChangeParameters([1, 100, 3, 0, 0, 1])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Stole 1 point of Defense!"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 12, 0, 5, 0])
      ChangeParameters([1, 100, 4, 0, 0, 1])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Stole 1 point of Magic!"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 12, 0, 6, 0])
      ChangeParameters([1, 100, 5, 0, 0, 1])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Stole 1 point of Willpower!"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 12, 0, 7, 0])
      ChangeParameters([1, 100, 6, 0, 0, 1])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Stole 1 point of Agility!"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 12, 0, 8, 0])
      ChangeParameters([1, 100, 7, 0, 0, 1])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Stole 1 point of Dexterity!"])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ShowTextAttributes(["", 0, 0, 2])
  ShowText(["But you failed to steal anything!"])
  Empty([])
